xdg-shell: Bump version
authorJasper St. Pierre <jstpierre@mecheye.net>
Fri, 22 Aug 2014 16:05:21 +0000 (12:05 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Fri, 22 Aug 2014 16:06:09 +0000 (12:06 -0400)
gdk/wayland/protocol/xdg-shell.xml

index 9532644ca1f25c16230d93856c213d675854634b..275837f3dc012c38e982e3753eb454e3a68aba5b 100644 (file)
@@ -45,7 +45,7 @@
        they implement using static_assert to ensure the protocol and
        implementation versions match.
       </description>
-      <entry name="current" value="3" summary="Always the latest version"/>
+      <entry name="current" value="4" summary="Always the latest version"/>
     </enum>
 
 
       <description summary="types of state on the surface">
         The different state values used on the surface. This is designed for
         state values like maximized, fullscreen. It is paired with the
-        request_change_state event to ensure that both the client and the
-        compositor setting the state can be synchronized.
+        configure event to ensure that both the client and the compositor
+        setting the state can be synchronized.
 
         States set in this way are double-buffered. They will get applied on
         the next commit.